Make indicators pop out when needed
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Apr 2015 13:16:03 +0000 (09:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Apr 2015 23:37:14 +0000 (19:37 -0400)
commitcfb5f160f2d024dc118484bea5e1415f6de250c0
treec78806c237fe0fdd42d45ada4d3b19994d39994b
parentcd499f0abcb1c071ae9ab2ca783e63063f669085
Make indicators pop out when needed

When moving over a non-expanded indicator from the outside, we were
not expanding it, due to on_scrollbar being true. This can be seen
e.g. when moving from the content pane over to the sidebar indicator
in gtk3-demo. We must still ensure that the indicator is expanded
when receiving motion events over the indicator.

https://bugzilla.gnome.org/show_bug.cgi?id=747407
gtk/gtkscrolledwindow.c